compress/flate.byLiteral.Swap (method, view implemented interface methods)

one use

	compress/flate (current package)
		huffman_code.go#L323: func (s byLiteral) Swap(i, j int) { s[i], s[j] = s[j], s[i] }